Replace conversion specification %T with %H:%M:%S. %T is not fully implemented under...
authoroliskoli <oliskoli>
Wed, 6 Dec 2006 21:29:36 +0000 (21:29 +0000)
committeroliskoli <oliskoli>
Wed, 6 Dec 2006 21:29:36 +0000 (21:29 +0000)
style/gpsdrivetrack.style

index 6112142b42c9ce0004f64207ac270bdc11cba7ed..a23e14174256d43f25ef2927b09a8a0b16c7e766 100644 (file)
@@ -26,5 +26,5 @@ IFIELD        LON_DECIMAL, "", "%10.6f"
 IFIELD ALT_METERS, "", "%10.0f"
 # Reports are that this format stores in local time, not GMT as 
 # originally thought.
-# IFIELD       GMT_TIME, "", "%a %b %d %T %Y"
-IFIELD LOCAL_TIME, "", "%a %b %d %T %Y"
+# IFIELD       GMT_TIME, "", "%a %b %d %H:%M:%S %Y"
+IFIELD LOCAL_TIME, "", "%a %b %d %H:%M:%S %Y"